Bitmap

Category: Other

Syntax:
$Bitmap(filename)

Loads filename into memory and returns a unique handle. filename is relative to your image path. If the file has already been loaded, the same handle will be returned.

You can use the handle with TextOut or TextOutBitmap to display the bitmap with a line of text.

Example:
TextOutBitmap > $C ecJOIN $Bitmap(_join.bmp) 

See also: CacheBitmap, FlushBitmapCache


Next in "Other": CacheBitmap
Next by name: CacheBitmap
Previous by name: Beep
Up to all functions by name or commands and functions by category